Skip to main content

Bizagi Server Configuration: Windows 10

Overview

Bizagi processes require a web server for execution. Microsoft Internet Information Services (IIS) is supported as the web server for running Bizagi processes on a .NET platform, as detailed in the IIS configuration section.

When using Bizagi Studio, you need to ensure that IIS is installed and configured before creating a new project.

Note:

  • Windows 10 includes IIS version 10 by default, but it may not be installed.

Installing IIS and its Components

To install IIS and activate the required components, follow these steps:

  1. Go to Control Panel > Programs > Programs and Features and click on Turn Windows features on or off.

  2. Ensure that the checkboxes for required IIS components are marked. Some checkboxes are pre-marked by default and must remain unchanged as part of the required configuration. features

  3. Click OK to finish the configuration. This may take a minute or two, and a system reboot might be required.


Verifying IIS and the Default Web Site

After IIS is installed, verify that the Default Web site is available to create Bizagi projects:

  1. Open IIS Manager by typing inetmgr or by accessing Internet Information Services (IIS) Manager from the Administrative Tools folder (Control Panel > System and Security). Verifying IIS and the default web site

  2. In IIS Manager, ensure the Default Web site is listed under Sites and is in a started status. Verifying IIS and the default web site


At this point, IIS is properly set up, and you are ready to create new Bizagi projects.